operator overloading - определение. Что такое operator overloading
Diclib.com
Словарь ChatGPT
Введите слово или словосочетание на любом языке 👆
Язык:

Перевод и анализ слов искусственным интеллектом ChatGPT

На этой странице Вы можете получить подробный анализ слова или словосочетания, произведенный с помощью лучшей на сегодняшний день технологии искусственного интеллекта:

  • как употребляется слово
  • частота употребления
  • используется оно чаще в устной или письменной речи
  • варианты перевода слова
  • примеры употребления (несколько фраз с переводом)
  • этимология

Что (кто) такое operator overloading - определение

FEATURE OF SOME PROGRAMMING LANGUAGES
Overloaded operator; Operator Overloading; Operator overload
Найдено результатов: 658
operator overloading         
Operator overloading         
In computer programming, operator overloading, sometimes termed operator ad hoc polymorphism, is a specific case of polymorphism, where different operators have different implementations depending on their arguments. Operator overloading is generally defined by a programming language, a programmer, or both.
Overloading         
WIKIMEDIA DISAMBIGUATION PAGE
Overloading (disambiguation)
·p.pr. & ·vb.n. of Overload.
Transfer operator         
PUSHFORWARD ON THE SPACE OF MEASURABLE FUNCTIONS
Ruelle operator; Perron-Frobenius operator; Perron-Frobenius Operator; Frobenius-Perron operator; Bernoulli operator; Ruelle-Frobenius-Perron operator; Frobenius–Perron operator; Perron–Frobenius operator
In mathematics, the transfer operator encodes information about an iterated map and is frequently used to study the behavior of dynamical systems, statistical mechanics, quantum chaos and fractals. In all usual cases, the largest eigenvalue is 1, and the corresponding eigenvector is the invariant measure of the system.
overloading         
WIKIMEDIA DISAMBIGUATION PAGE
Overloading (disambiguation)
<language> (Or "Operator overloading"). Use of a single symbol to represent operators with different argument types, e.g. "-", used either, as a monadic operator to negate an expression, or as a dyadic operator to return the difference between two expressions. Another example is "+" used to add either integers or floating-point numbers. Overloading is also known as ad-hoc polymorphism. User-defined operator overloading is provided by several modern programming languages, e.g. C++'s class system and the functional programming language Haskell's {type class}es. (1995-04-30)
Del         
  • DCG chart:

A simple chart depicting all rules pertaining to second derivatives.
D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.

Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles (dashed) mean that DD and GG do not exist.
  • Del operator,<br />represented by<br />the [[nabla symbol]]
VECTOR'S DIFFERENTIAL OPERATOR
Nabla constant; Atled; Nabla operator; Del operator; Vector differential; Vector differential operator; Gradient operator; Divergence operator
Del, or nabla, is an operator used in mathematics (particularly in vector calculus) as a vector differential operator, usually represented by the nabla symbol ∇. When applied to a function defined on a one-dimensional domain, it denotes the standard derivative of the function as defined in calculus.
Del         
  • DCG chart:

A simple chart depicting all rules pertaining to second derivatives.
D, C, G, L and CC stand for divergence, curl, gradient, Laplacian and curl of curl, respectively.

Arrows indicate existence of second derivatives. Blue circle in the middle represents curl of curl, whereas the other two red circles (dashed) mean that DD and GG do not exist.
  • Del operator,<br />represented by<br />the [[nabla symbol]]
VECTOR'S DIFFERENTIAL OPERATOR
Nabla constant; Atled; Nabla operator; Del operator; Vector differential; Vector differential operator; Gradient operator; Divergence operator
·noun Share; portion; part.
Unbounded operator         
LINEAR OPERATOR DEFINED ON A DENSE LINEAR SUBSPACE
Closed operator; Closeable operator; Closable operator; Closed unbounded operator; Closure of an operator; Unbounded linear operator
In mathematics, more specifically functional analysis and operator theory, the notion of unbounded operator provides an abstract framework for dealing with differential operators, unbounded observables in quantum mechanics, and other cases.
Preclosure operator         
CLOSURE OPERATOR
Čech closure operator; Praclosure; Cech closure operator; Praclosure operator; Preclosure
In topology, a preclosure operator, or Čech closure operator is a map between subsets of a set, similar to a topological closure operator, except that it is not required to be idempotent. That is, a preclosure operator obeys only three of the four Kuratowski closure axioms.
Order operator         
OPERATOR CHARACTERIZING THE PHASE OF A SYSTEM
Disorder operator
In quantum field theory, an order operator or an order field is a quantum field version of Landau's order parameter whose expectation value characterizes phase transitions. There exists a dual version of it, the disorder operator or disorder field, whose expectation value characterizes a phase transition by indicating the prolific presence of defect or vortex lines in an ordered phase.

Википедия

Operator overloading

In computer programming, operator overloading, sometimes termed operator ad hoc polymorphism, is a specific case of polymorphism, where different operators have different implementations depending on their arguments. Operator overloading is generally defined by a programming language, a programmer, or both.